home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 15 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news-m01.ny.us.ibm.net!usenet
  2. From: rrt0012@ibm.net    (Cliff Nadler)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: VX-REXX and Check Boxes Question?
  5. Date: 1 Jan 1996 20:06:27 GMT
  6. Distribution: inet
  7. Message-ID: <4c9es3$10rq@news-s01.ny.us.ibm.net>
  8. References: <4c93bc$5lm@crow.cybercomm.net>
  9. Reply-To: rrt0012@ibm.net  (Cliff Nadler)
  10. NNTP-Posting-Host: slip37-247-82.ibm.net
  11. X-Newsreader: IBM NewsReader/2 v1.2
  12.  
  13. In <4c93bc$5lm@crow.cybercomm.net>, jwrugo@raven.cybercom.com (John W. Rugo) writes:
  14. >I am wondering if it is possible to store a result of a check box without
  15. >saving it to afile?
  16. >
  17. >In other words if I am in the program and "Set" a checkbox; How do I keep
  18. >that checkbox set if I exit the program and restart it?
  19.  
  20. Couple of possibilities:
  21.  
  22. 1) Use the SysIni call to put a something in the OS2.INI file (or better yet -
  23.    your own INI file - you shouldn't use OS2.ini unless needed)
  24.  
  25. 2) Use SysSetObjectData on the program's object to set your own data. You can
  26.    use the COMMENTS or HISTORY keywords (or create your own).
  27.  
  28. Cliff Nadler
  29. Team OS/2
  30. Contributing Author: "OS/2 Warp Unleashed",
  31.                      "OS/2 Warp Administrator's Survival Guide"
  32.  
  33.